From b432cd845a0f6a2118b6394fb77ea6be23414574 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 21 Nov 2007 16:00:44 +0000 Subject: [PATCH] Fix stray double semicolons. --- gpsbabel/kml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/kml.c b/gpsbabel/kml.c index 20f9e9920..b5e48ab78 100644 --- a/gpsbabel/kml.c +++ b/gpsbabel/kml.c @@ -769,7 +769,7 @@ char * kml_gc_mkstar(int rating) static void kml_geocache_pr(const waypoint *waypointp) { char *p, *is; - double lat = waypointp->latitude;; + double lat = waypointp->latitude; double lng = waypointp->longitude; // optionally "fuzz" lat/lng here. -- 2.30.2